GET Text/WebText/{languageName}?webTextNames[0]={webTextNames[0]}&webTextNames[1]={webTextNames[1]}&bundleName={bundleName}

get localized text

Request Information

URI Parameters

NameDescriptionType Additional information
languageName

The language name.

string

Required

webTextNames

Optional. (This OR the bundleName param is exclusively required) The web text names. These names are added to the query string and there is a limit of 2048 characters on the query string. If you're going to request so many web text names that the query string exceeds this limit the server will respond with an error. You should make multiple calls to this API to get all the web text values you need.

Collection of string
bundleName

Optional. (This OR the webTextNames param is exclusively required) A bundle name that represents the web text names.

string

Body Parameters

None.

Response Information

Resource Description

Collection of Smg.RestApi.Model.Reporting.WebText

Response Formats